@@ -54,7 +54,7 @@ describe LiquidInterpolatable::Filters do |
||
54 | 54 |
} |
55 | 55 |
end |
56 | 56 |
|
57 |
- it 'should stringize a non-string operand' do |
|
57 |
+ it 'should stringify a non-string operand' do |
|
58 | 58 |
@filter.to_xpath_roundtrip(nil).should == '' |
59 | 59 |
@filter.to_xpath_roundtrip(1).should == '1' |
60 | 60 |
end |